typo
authorSteven G. Johnson <stevenj@mit.edu>
Wed, 8 May 2019 15:24:51 +0000 (11:24 -0400)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 15:24:51 +0000 (11:24 -0400)
README.md

index afcfe314494b27bafaaaa490a854048958b04cf4..f79b75f340c7769f6358cd09fdb36e8a687f4cac 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ the included `LICENSE.md` file for more detailed information.
 
 Typical users should download a [utf8proc release](http://juliastrings.github.io/utf8proc/releases/) rather than cloning directly from github.
 
-For compilation of the C library, run `make`.  You can also install the library and header file with `make install` (by default into `/usr/local/lib` and `/usr/local/bin`), but this can be changed by `make prefix=/some/dir`).  `make check` runs some tests, and `make clean` deletes all of the generated files.
+For compilation of the C library, run `make`.  You can also install the library and header file with `make install` (by default into `/usr/local/lib` and `/usr/local/bin`, but this can be changed by `make prefix=/some/dir`).  `make check` runs some tests, and `make clean` deletes all of the generated files.
 
 Alternatively, you can compile with `cmake`, e.g. by
 ```sh